home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
Python1.4_Source
/
Modules
/
protos
/
grpmodule_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-06-24
|
246 b
|
7 lines
/* grpmodule.c */
static object *mkgrent ( struct group *p );
static object *grp_getgrgid ( object *self , object *args );
static object *grp_getgrnam ( object *self , object *args );
static object *grp_getgrall ( object *self , object *args );